home *** CD-ROM | disk | FTP | other *** search
/ Computer Life 1997 February / Computer Life February 1997.iso / S / wws9530 / Product / WORDSRCH.EXE / 0 / RCDATA / TIMPORT / TIMPORT.txt
Text File  |  1996-03-09  |  2KB  |  91 lines

  1. object Import: TImport
  2.   Left = 323
  3.   Top = 107
  4.   BorderStyle = bsDialog
  5.   Caption = 'Import'
  6.   ClientHeight = 386
  7.   ClientWidth = 190
  8.   Font.Color = clBlack
  9.   Font.Height = -17
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   PixelsPerInch = 120
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   OnShow = FormShow
  16.   TextHeight = 19
  17.   object ListBox1: TListBox
  18.     Left = 8
  19.     Top = 72
  20.     Width = 173
  21.     Height = 281
  22.     ExtendedSelect = False
  23.     ItemHeight = 19
  24.     MultiSelect = True
  25.     Sorted = True
  26.     TabOrder = 1
  27.   end
  28.   object OpenFile: TButton
  29.     Left = 8
  30.     Top = 4
  31.     Width = 85
  32.     Height = 61
  33.     Caption = '&Open File'
  34.     TabOrder = 0
  35.     OnClick = OpenFileClick
  36.   end
  37.   object Ok: TButton
  38.     Left = 100
  39.     Top = 4
  40.     Width = 81
  41.     Height = 29
  42.     Caption = '&Ok'
  43.     TabOrder = 4
  44.     OnClick = OkClick
  45.   end
  46.   object Button1: TButton
  47.     Left = 100
  48.     Top = 36
  49.     Width = 81
  50.     Height = 29
  51.     Caption = '&Cancel'
  52.     TabOrder = 5
  53.     OnClick = Button1Click
  54.   end
  55.   object SelectAll: TButton
  56.     Left = 8
  57.     Top = 356
  58.     Width = 85
  59.     Height = 25
  60.     Caption = 'Select &All'
  61.     Font.Color = clBlack
  62.     Font.Height = -15
  63.     Font.Name = 'Arial'
  64.     Font.Style = []
  65.     ParentFont = False
  66.     TabOrder = 2
  67.     OnClick = SelectAllClick
  68.   end
  69.   object Clear: TButton
  70.     Left = 100
  71.     Top = 356
  72.     Width = 81
  73.     Height = 25
  74.     Caption = 'C&lear'
  75.     Font.Color = clBlack
  76.     Font.Height = -15
  77.     Font.Name = 'Arial'
  78.     Font.Style = []
  79.     ParentFont = False
  80.     TabOrder = 3
  81.     OnClick = ClearClick
  82.   end
  83.   object MyOpenDialog: TOpenDialog
  84.     DefaultExt = 'txt'
  85.     Filter = 'text (*.txt)|*.txt|all files (*.*)|*.*'
  86.     Title = 'Import Word List'
  87.     Left = 4
  88.     Top = 316
  89.   end
  90. end
  91.